home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / PRG / MacPerl 506 appl folder.sit / MacPerl 506 appl folder / Mac_Perl_506r1m_appl / README < prev    next >
Text File  |  1995-11-01  |  3KB  |  69 lines

  1. Welcome to MacPerl. This file contains most of the original README file by
  2. Larry Wall. For Mac specific info, turn to README.MAC.
  3.  
  4. Matthias Neeracher
  5. neeri@iis.ee.ethz.ch
  6.  
  7. --------------
  8.  
  9.                Perl Kit, Version 5.0
  10.  
  11.         Copyright (c) 1989,1990,1991,1992,1993,1994  Larry Wall
  12.                 All rights reserved.
  13.  
  14.     This program is free software; you can redistribute it and/or modify
  15.     it under the terms of either:
  16.     
  17.     a) the GNU General Public License as published by the Free
  18.     Software Foundation; either version 1, or (at your option) any
  19.     later version, or
  20.  
  21.     b) the "Artistic License" which comes with this Kit.
  22.  
  23.     This program is distributed in the hope that it will be useful,
  24.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  25.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See either
  26.     the GNU General Public License or the Artistic License for more details.
  27.  
  28.     You should have received a copy of the Artistic License with this
  29.     Kit, in the file named "Artistic".  If not, I'll be glad to provide one.
  30.  
  31.     You should also have received a copy of the GNU General Public License
  32.     along with this program; if not, write to the Free Software
  33.     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  34.  
  35.     For those of you that choose to use the GNU General Public License,
  36.     my interpretation of the GNU General Public License is that no Perl
  37.     script falls under the terms of the GPL unless you explicitly put
  38.     said script under the terms of the GPL yourself.  Furthermore, any
  39.     object code linked with uperl.o does not automatically fall under the
  40.     terms of the GPL, provided such object code only adds definitions
  41.     of subroutines and variables, and does not otherwise impair the
  42.     resulting interpreter from executing any standard Perl script.  I
  43.     consider linking in C subroutines in this manner to be the moral
  44.     equivalent of defining subroutines in the Perl language itself.  You
  45.     may sell such an object file as proprietary provided that you provide
  46.     or offer to provide the Perl source, as specified by the GNU General
  47.     Public License.  (This is merely an alternate way of specifying input
  48.     to the program.)  You may also sell a binary produced by the dumping of
  49.     a running Perl script that belongs to you, provided that you provide or
  50.     offer to provide the Perl source as specified by the GPL.  (The
  51.     fact that a Perl interpreter and your code are in the same binary file
  52.     is, in this case, a form of mere aggregation.)  This is my interpretation
  53.     of the GPL.  If you still have concerns or difficulties understanding
  54.     my intent, feel free to contact me.  Of course, the Artistic License
  55.     spells all this out for your protection, so you may prefer to use that.
  56.  
  57. --------------------------------------------------------------------------
  58.  
  59. Perl is a language that combines some of the features of C, sed, awk
  60. and shell.  See the manual page for more hype.  There are also two Nutshell
  61. Handbooks published by O'Reilly & Assoc.  See pod/perlbook.pod
  62. for more information.
  63.  
  64. Just a personal note:  I want you to know that I create nice things like this
  65. because it pleases the Author of my story.  If this bothers you, then your
  66. notion of Authorship needs some revision.  But you can use perl anyway. :-)
  67.  
  68.                             The author.
  69.